home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: FogDll.h 1.1 1996/07/18 23:43:07 Damien Exp $ */
- //
- // Globals used by DLL
- //
-
- #ifndef __FOGDLL__
- #define __FOGDLL__
-
- // Global variables used by the DLL
- extern long global_count_Obj;
- extern long global_count_Lock;
-
- #endif
-